(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/types.h>
#include <proto/gadtools.h>
#include <intuition/intuition.h>
#include <utility/tagitem.h>
LONG GT_GetGadgetAttrsA()
SYNOPSIS
struct Gadget * gad
struct Window * win
struct Requester * req
struct TagItem * taglist

LOCATION
In GadToolsBase at offset 29
FUNCTION
Get a list of attributes from a specific gadget.

INPUTS
gad
the gadget from which to get attributes
win
the window, in which the gadget is
req
the requester, in which the gadget is, or NULL
taglist
the list of attributes to get. ti_Tag specifies the attribute and ti_Data is a pointer to an IPTR, where the data is to be stored
RESULT
The number of attributes, which were filled correctly.

NOTES
EXAMPLE
BUGS
SEE ALSO
GT _SetGadgetAttrsA(), intuition.library/GetAttr()
INTERNALS
HISTORY
21.07.1997 srittau
First version that works.
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision